24. Exercise: Add Scrolling Weather
Sunshine: Exercise Two
Add Scrolling Weather Exercise
Time to make Sunshine contain a scrolling list of weather forecasts. In this exercise, you'll display some dummy weather data in a ScrollView.
Exercise Code
Exercise: S01.02-Exercise-AddWeatherList
Sunshine: Exercise Two
SOLUTION:
- Add the ID to the TextView in the layout
- Create a member variable for the TextView and find it in onCreate
- Append the weather strings and line separators to the TextView